home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00886_Script_Griz Flee < prev    next >
Text File  |  1995-05-21  |  814b  |  43 lines

  1. on mouseDown
  2.   global OuchOrNot
  3.   put the movietime of sprite 48 into OuchOrNot
  4.   if OuchOrNot >= 1520 then 
  5.     puppetsound 0
  6.     exit
  7.   end if
  8.   put "Flee" into f
  9.   put "FleeHL" into fHL
  10.   hiliter 8, f, fHL
  11.   puppetsound "flee.aif"
  12.   updatestage
  13. end
  14.  
  15.  
  16.  
  17. on mouseUp
  18.   global gTheDay, themovieName, ouchOrNot, snap1, snap2, GrizBust
  19.   
  20.   if OuchOrNot >= 1520 then 
  21.     set GrizBust = "x"
  22.     puppetsound 0
  23.     exit
  24.   end if
  25.   set the castNum of sprite 8 = cast "Flee"
  26.   set the movierate of sprite 48 = 0
  27.   puppetsprite 48, false
  28.   set the sound of cast themovieName to 0
  29.   updatestage
  30.   
  31.   if snap1 <> 0 then
  32.     updateStage
  33.     puppetsound 0
  34.     go frame "Darkroom"
  35.     exit
  36.   else
  37.     updateStage
  38.     puppetsound 0
  39.     go frame gtheday & "NoShots"
  40.     exit
  41.   end if
  42. end
  43.